ParameterName

@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class ParameterName(name: String)

Annotates type arguments of functional type and holds corresponding parameter name specified by the user in type declaration (if any).

Since Kotlin

1.1

Constructors

ParameterName
Link copied to clipboard
fun ParameterName(name: String)

Properties

name
Link copied to clipboard
val name: String